*{
    margin:0;
    padding:0;
}

a:link{
    text-decoration:none;
    color:#fff;
}
a:visited{
    color:;
}
a:hover{
    color:#500;
}
a:active{}

body{
    background-image:url('/images/icecream1.png');
    background-color:salmon;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    color:#fff;
    text-align:center;
    max-width:1200px;
    height:100vh;
}

#container{
    max-width:1200px;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

header{
    padding-bottom:15px;
}